import { Tabs, TabItem, useTheme } from '@aws-amplify/ui-react'; export const StyleProps = () => { const { tokens } = useTheme(); return ( Content of Tab 1 Content of Tab 2 ); };